home *** CD-ROM | disk | FTP | other *** search
- !SCRIPT QUIET
-
- !MESSAGE When finished look in !Elements.PrintJobs for output file
-
- !COMMENT Make sure default print options set
- !PRINTOPTS
-
- !COMMENT Load field selection
- !SELECTION Fields
-
- !COMMENT Pre-sort by Group before reporting
- !SORT GP
-
- !COMMENT Separate columns with a vertical bar with spaces before & after
- !SPACER |
-
- !COMMENT Divide report into "pages" of 25 lines (incl. header & blanks)
- !PAGE 25
-
- !COMMENT Set output destination to File
- !DESTINATION File
-
- !COMMENT Use saved Query file 'MainGps' which prints Groups 1-7
- !COMMENT Note destination filename 'Groups1-7', followed by backslash
- !QUERY Groups1-7\MainGps
-
- !COMMENT Clear selection
- !SELECTION
-
- !COMMENT Restore default options
- !PRINTOPTS
-
- !COMMENT Open PrintJobs directory
- !OBEY Run ShowDir
-
-
-